projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3eff1b
)
(XTread_socket): Update pending_signals.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:34:52 +0000
(14:34 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 29 Jan 2009 14:34:52 +0000
(14:34 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 068129672f7a6257156727b4be2d8c2ae827cae3..1cd1ff059cf25f34c2b028d619bc5c2175aaffc2 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-7138,10
+7138,12
@@
XTread_socket (terminal, expected, hold_quit)
if (interrupt_input_blocked)
{
interrupt_input_pending = 1;
+ pending_signals = 1;
return -1;
}
interrupt_input_pending = 0;
+ pending_signals = pending_atimers;
BLOCK_INPUT;
/* So people can tell when we have read the available input. */